type golang.org/x/net/http2.closeWaiter
5 uses
golang.org/x/net/http2 (current package)
http2.go#L232: type closeWaiter chan struct{}
http2.go#L238: func (cw *closeWaiter) Init() {
http2.go#L243: func (cw closeWaiter) Close() {
http2.go#L248: func (cw closeWaiter) Wait() {
server.go#L650: cw closeWaiter // closed wait stream transitions to closed state
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)